projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f0601
)
(gnus-summary-respool-default-method): Fix type.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 1 Oct 1998 20:56:19 +0000
(20:56 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 1 Oct 1998 20:56:19 +0000
(20:56 +0000)
lisp/gnus/gnus-sum.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-sum.el
b/lisp/gnus/gnus-sum.el
index d1b9deb21e0e0522d4c57d02581abaad2769a29c..d48cce763ab2f023c8cbdf29fc6083810d7edd7d 100644
(file)
--- a/
lisp/gnus/gnus-sum.el
+++ b/
lisp/gnus/gnus-sum.el
@@
-6869,7
+6869,8
@@
re-spool using this method."
(defcustom gnus-summary-respool-default-method nil
"Default method for respooling an article.
If nil, use to the current newsgroup method."
- :type 'gnus-select-method-name
+ :type '(choice (gnus-select-method :value (nnml ""))
+ (const nil))
:group 'gnus-summary-mail)
(defun gnus-summary-respool-article (&optional n method)